net/http.body.sawEOF (field)
9 uses
net/http (current package)
server.go#L1447: if !bdy.sawEOF {
transfer.go#L818: sawEOF bool
transfer.go#L841: if b.sawEOF {
transfer.go#L847: b.sawEOF = true
transfer.go#L856: b.sawEOF = false
transfer.go#L877: b.sawEOF = true
transfer.go#L881: if b.sawEOF && b.onHitEOF != nil {
transfer.go#L980: case b.sawEOF:
transfer.go#L1024: return !b.sawEOF
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |